From: Bilal Elmoussaoui Date: Sat, 1 Jan 2022 16:56:07 +0000 (+0100) Subject: gtk: mark gtk_no_selection_get_model nullable X-Git-Tag: archive/raspbian/4.6.5+ds-1+rpi1~1^2~61^2^2~134^2~13 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=f846eec894113d561d7083ce9bb5dd2268edc40b;p=gtk4.git gtk: mark gtk_no_selection_get_model nullable The constructor is nullable so should the getter be --- diff --git a/gtk/gtknoselection.c b/gtk/gtknoselection.c index 7727ccc00b..9b48082d6a 100644 --- a/gtk/gtknoselection.c +++ b/gtk/gtknoselection.c @@ -242,7 +242,7 @@ gtk_no_selection_new (GListModel *model) * * Gets the model that @self is wrapping. * - * Returns: (transfer none): The model being wrapped + * Returns: (transfer none) (nullable): The model being wrapped */ GListModel * gtk_no_selection_get_model (GtkNoSelection *self)